Prepare for buildbot automation
authorAlex Crichton <alex@alexcrichton.com>
Wed, 25 Jun 2014 23:31:57 +0000 (16:31 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Fri, 27 Jun 2014 03:25:30 +0000 (20:25 -0700)
commitad19a31d9b4230cfb87780e1b50ef71ce4aa8240
treede760233c9d20f24ca1c961f2ecdd5e3d3daebfa
parent920b8b3421cb9b9e67cf0262caffa9a067e7df74
Prepare for buildbot automation

* The installation script was modified to recognize when its running on windows,
  as well as tweaking how it downloads and installs snapshots. The goal here was
  to make the script runnable on buildbot for mac/linux/windows with 32/64 bit
  options on mac/linux.

* The installation script now install rustc to `rustc/bin` in the local
  directory to have parallel builds on buildbot.

* The tests now store all their temporary state locally in the build directory
  to enable parallel builds on buildbot.

* A shell test is ignored which assumed the presence of a TTY output.
.travis.check.style.sh [deleted file]
.travis.install.deps.sh
.travis.yml
Makefile
libs/hammer.rs
libs/toml-rs
tests/check-style.sh [new file with mode: 0755]
tests/support/paths.rs
tests/test_cargo_compile_path_deps.rs
tests/test_shell.rs